}
&.fine-tune {
- slider {
- // something weird happening here
- margin: -6px;
+ slider { margin: -6px; }
+
+ fill,
+ highlight,
+ trough {
+ border-radius: 5px;
+ -gtk-outline-radius: 7px;
}
}
@extend %scale_trough;
outline-offset: 2px;
- -gtk-outline-radius: 4px;
+ -gtk-outline-radius: 5px;
}
// the colored part of the backing bit
marks {
color: gtkalpha(currentColor, 0.4);
- @each $marks_pos, $marks_margin in (top, bottom),
- (bottom, top),
- (left, right),
- (right, left) {
+ @each $marks_class, $marks_pos, $marks_margin in (top, top, bottom),
+ (bottom, bottom, top),
+ (top, left, right),
+ (bottom, right, left) {
+ &.#{$marks_class} {
+ margin-#{$marks_margin}: $_marks_distance;
+ margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght);
+ }
+ }
+ }
+
+ &.fine-tune marks {
+ @each $marks_class, $marks_pos, $marks_margin in (top, top, bottom),
+ (bottom, bottom, top),
+ (top, left, right),
+ (bottom, right, left) {
&.#{$marks_pos} {
margin-#{$marks_margin}: $_marks_distance;
- margin-#{$marks_pos}: -($_marks_distance+$_marks_lenght);
+ margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght - 2px);
}
}
}
- &.horizontal indicator {
- min-height: $_marks_lenght;
- min-width: 1px;
+ &.horizontal {
+ indicator {
+ min-height: $_marks_lenght;
+ min-width: 1px;
+ }
+ &.fine-tune indicator { min-height: ($_marks_lenght - 2px); }
}
- &.vertical indicator {
- min-height: 1px;
- min-width: $_marks_lenght;
+ &.vertical {
+ indicator {
+ min-height: 1px;
+ min-width: $_marks_lenght;
+ }
+ &.fine-tune indicator { min-width: ($_marks_lenght - 2px); }
}
// *WARNING* scale with marks madness following
(':backdrop', '-backdrop'),
(':backdrop:disabled', '-backdrop-insensitive') {
@at-root %#{$marks_infix}-#{$dir_infix},
- &.#{$dir_class} contents#{$nth_child} {
- > trough > slider {
+ &.#{$dir_class} {
+ contents#{$nth_child} > trough > slider {
&#{$state} {
margin: -9px;
$_scale_asset: 'assets/slider-#{$dir_infix}-#{$marks_infix}#{$state_infix}#{$suffix}';
- //@warn $dir_class;
- //@warn $marks_pos;
- //@warn $_scale_asset; // uncomment for debuggin purpose...
border-style: none;
border-radius: 0;
box-shadow: none;
}
}
+
+ &.fine-tune contents#{$nth_child} > trough > slider {
+ margin: -7px;
+
+ @if $dir_class == 'horizontal' {
+ @if $marks_infix == 'scale-has-marks-above' { margin-top: -11px; }
+ @else { margin-bottom: -11px; }
+ }
+
+ @else {
+ @if $marks_infix == 'scale-has-marks-above' { margin-left: -11px; }
+ @else { margin-right: -11px; }
+ }
+ }
}
}
}
scale {
min-height: 10px;
min-width: 10px;
- padding: 12px;
- /*
- &.top {
- margin-bottom: $_marks_distance;
- margin-top: -($_marks_distance+$_marks_lenght);
- }
-
- &.bottom {
- margin-top: $_marks_distance;
- }
- &.left { margin-right: $_marks_distance; }
- &.right { margin-left: $_marks_distance; }
- }
- */ }
+ padding: 12px; }
scale fill,
scale highlight {
margin: -1px; }
margin: -8px; }
scale.fine-tune slider {
margin: -6px; }
+ scale.fine-tune fill,
+ scale.fine-tune highlight,
+ scale.fine-tune trough {
+ border-radius: 5px;
+ -gtk-outline-radius: 7px; }
scale trough {
outline-offset: 2px;
- -gtk-outline-radius: 4px; }
+ -gtk-outline-radius: 5px; }
scale fill, scale fill:backdrop {
background-color: #1c1f1f;
box-shadow: none; }
scale marks.bottom {
margin-top: 6px;
margin-bottom: -12px; }
- scale marks.left {
+ scale marks.top {
margin-right: 6px;
margin-left: -12px; }
- scale marks.right {
+ scale marks.bottom {
margin-left: 6px;
margin-right: -12px; }
+ scale.fine-tune marks.top {
+ margin-bottom: 6px;
+ margin-top: -10px; }
+ scale.fine-tune marks.bottom {
+ margin-top: 6px;
+ margin-bottom: -10px; }
+ scale.fine-tune marks.left {
+ margin-right: 6px;
+ margin-left: -10px; }
+ scale.fine-tune marks.right {
+ margin-left: 6px;
+ margin-right: -10px; }
scale.horizontal indicator {
min-height: 6px;
min-width: 1px; }
+ scale.horizontal.fine-tune indicator {
+ min-height: 4px; }
scale.vertical indicator {
min-height: 1px;
min-width: 6px; }
- scale.color.horizontal trough > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
+ scale.vertical.fine-tune indicator {
+ min-width: 4px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:hover, scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:hover, scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:backdrop, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:backdrop:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:hover {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider, scale.vertical contents:last-child:not(:only-child) > trough > slider {
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider, scale.vertical contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:hover, scale.vertical contents:last-child:not(:only-child) > trough > slider:hover {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:hover, scale.vertical contents:last-child:not(:only-child) > trough > slider:hover {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:backdrop, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:backdrop:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider, scale.vertical contents:first-child:not(:only-child) > trough > slider {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider, scale.vertical contents:first-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:hover, scale.vertical contents:first-child:not(:only-child) > trough > slider:hover {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:hover, scale.vertical contents:first-child:not(:only-child) > trough > slider:hover {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:backdrop, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:backdrop:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
/*****************
* Progress bars *
scale {
min-height: 10px;
min-width: 10px;
- padding: 12px;
- /*
- &.top {
- margin-bottom: $_marks_distance;
- margin-top: -($_marks_distance+$_marks_lenght);
- }
-
- &.bottom {
- margin-top: $_marks_distance;
- }
- &.left { margin-right: $_marks_distance; }
- &.right { margin-left: $_marks_distance; }
- }
- */ }
+ padding: 12px; }
scale fill,
scale highlight {
margin: -1px; }
margin: -8px; }
scale.fine-tune slider {
margin: -6px; }
+ scale.fine-tune fill,
+ scale.fine-tune highlight,
+ scale.fine-tune trough {
+ border-radius: 5px;
+ -gtk-outline-radius: 7px; }
scale trough {
outline-offset: 2px;
- -gtk-outline-radius: 4px; }
+ -gtk-outline-radius: 5px; }
scale fill, scale fill:backdrop {
background-color: #9d9d99;
box-shadow: none; }
scale marks.bottom {
margin-top: 6px;
margin-bottom: -12px; }
- scale marks.left {
+ scale marks.top {
margin-right: 6px;
margin-left: -12px; }
- scale marks.right {
+ scale marks.bottom {
margin-left: 6px;
margin-right: -12px; }
+ scale.fine-tune marks.top {
+ margin-bottom: 6px;
+ margin-top: -10px; }
+ scale.fine-tune marks.bottom {
+ margin-top: 6px;
+ margin-bottom: -10px; }
+ scale.fine-tune marks.left {
+ margin-right: 6px;
+ margin-left: -10px; }
+ scale.fine-tune marks.right {
+ margin-left: 6px;
+ margin-right: -10px; }
scale.horizontal indicator {
min-height: 6px;
min-width: 1px; }
+ scale.horizontal.fine-tune indicator {
+ min-height: 4px; }
scale.vertical indicator {
min-height: 1px;
min-width: 6px; }
- scale.color.horizontal trough > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
+ scale.vertical.fine-tune indicator {
+ min-width: 4px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:hover, scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:hover, scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:backdrop, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.horizontal trough > trough > slider:backdrop:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
+ scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.color.horizontal trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-top: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:hover {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
border-style: none;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider, scale.vertical contents:last-child:not(:only-child) > trough > slider {
+ scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-bottom: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider, scale.vertical contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:hover, scale.vertical contents:last-child:not(:only-child) > trough > slider:hover {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:hover, scale.vertical contents:last-child:not(:only-child) > trough > slider:hover {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:backdrop, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(rtl) trough > trough > slider:backdrop:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider, scale.vertical contents:first-child:not(:only-child) > trough > slider {
+ scale.color.vertical:dir(rtl) trough.fine-tune contents:last-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-left: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider, scale.vertical contents:first-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:hover, scale.vertical contents:first-child:not(:only-child) > trough > slider:hover {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:hover, scale.vertical contents:first-child:not(:only-child) > trough > slider:hover {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:backdrop, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
- scale.color.vertical:dir(ltr) trough > trough > slider:backdrop:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
+ scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
border-style: none;
border-radius: 0;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
+ scale.color.vertical:dir(ltr) trough.fine-tune contents:first-child:not(:only-child) > trough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider {
+ margin: -7px;
+ margin-right: -11px; }
/*****************
* Progress bars *